home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / gencodec / source / mb_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  442b  |  24 lines

  1. /*
  2. **
  3. **    MUIBuilder.library
  4. **
  5. **    $VER: MUIBuilder.library 1.0
  6. **
  7. **        (c) copyright 1994
  8. **            Eric Totel
  9. **
  10. */
  11.  
  12. #ifndef UTILITY_TAGITEM_H
  13. #include <utility/tagitem.h>
  14. #endif
  15.  
  16. BOOL    MB_Open(void);
  17. void    MB_Close(void);
  18. void    MB_GetA(struct TagItem *);
  19. void    MB_Get(Tag, ... );
  20. void    MB_GetVarInfoA(ULONG , struct TagItem *);
  21. void    MB_GetVarInfo(ULONG , Tag, ... );
  22. void    MB_GetNextCode(ULONG*, char ** );
  23. void    MB_GetNextNotify(ULONG*, char ** ); 
  24.